Created
April 28, 2016 00:53
-
-
Save hellsan631/f42313ace8a5b3c4a6ad333143c1c336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var keys = []; | |
for(var k in r.app.models) keys.push(k); | |
console.log(keys); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment