Add Oboe.js.

This commit is contained in:
Simo Kinnunen
2014-01-31 03:52:55 +09:00
parent 9ed2524a7f
commit 52ae7765c8
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ require.config({
'angular': '../lib/angular/angular'
, 'angular-route': '../lib/angular-route/angular-route'
, 'socket.io': '../lib/socket.io-client/dist/socket.io'
, 'oboe': '../lib/oboe/dist/oboe-browser'
}
, shim: {
'angular': {