We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1458b66 commit d3d98b8Copy full SHA for d3d98b8
Examples/Content/Scripts/2048/game/application.js
@@ -2,7 +2,7 @@
2
"use strict"
3
4
module.exports = function (widget, container, data) {
5
- require('animframe_polyfill')
+ require('./animframe_polyfill')
6
var Actuator = require('./actuator')(container, data)
7
var LocalStorageManager = require('./local_storage_manager')
8
var KeyboardInputManager = require('./keyboard_input_manager')(widget, container)
0 commit comments