Skip to content

Commit

Permalink
Fixed ModelCache promise reference
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 24, 2015
1 parent fd144a3 commit f8d835b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ModelCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ModelCache.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/ModelCache.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference path="../_references.d.ts" />
import ModelInterfaces = require('./ModelInterfaces');
import Promise = require('bluebird');

export = ModelCache;

Expand Down

0 comments on commit f8d835b

Please sign in to comment.