Skip to content

Instantly share code, notes, and snippets.

View sgtcoolguy's full-sized avatar

Christopher Williams sgtcoolguy

View GitHub Profile
@sgtcoolguy
sgtcoolguy / app.js
Created June 19, 2019 14:29
My special-er version
/**
* Create a new `Ti.UI.TabGroup`.
*/
var tabGroup = Ti.UI.createTabGroup();
/**
* Add the two created tabs to the tabGroup object.
*/
tabGroup.addTab(createTab("Tab 1", "I am Window 1", "assets/images/tab1.png", function () { // breakpoint on this line
console.log('foo'); // breakpoint on this line
})); // breakpoint on this line
@sgtcoolguy
sgtcoolguy / after (cleanup)
Last active August 29, 2015 14:13
Failures before PR
test 1
Start 1: GlobalObjectTests
1: Test command: /Users/cwilliams/repos/titanium_mobile_windows/Source/TitaniumKit/build.debug/test/GlobalObjectTests
1: Test timeout computed to be: 9.99988e+06
1: Running main() from gtest_main.cc
1: [==========] Running 3 tests from 1 test case.
1: [----------] Global test environment set-up.
1: [----------] 3 tests from GlobalObjectTests
1: [ RUN ] GlobalObjectTests.require