Skip to content

Commit

Permalink
add missing require("Map")
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Forsyth committed May 26, 2015
1 parent 2a76ca6 commit b839ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/AppStateIOS/AppStateIOS.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/
'use strict';

var Map = require('Map');
var NativeModules = require('NativeModules');
var RCTDeviceEventEmitter = require('RCTDeviceEventEmitter');
var RCTAppState = NativeModules.AppState;
Expand Down

0 comments on commit b839ab3

Please sign in to comment.