Skip to content

Commit

Permalink
fix for broken build (2048), thanks to @Youdaman
Browse files Browse the repository at this point in the history
  • Loading branch information
nakosung committed Feb 14, 2016
1 parent 1458b66 commit d3d98b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Content/Scripts/2048/game/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use strict"

module.exports = function (widget, container, data) {
require('animframe_polyfill')
require('./animframe_polyfill')
var Actuator = require('./actuator')(container, data)
var LocalStorageManager = require('./local_storage_manager')
var KeyboardInputManager = require('./keyboard_input_manager')(widget, container)
Expand Down

0 comments on commit d3d98b8

Please sign in to comment.