Closes the Flag.
1 2// Display a nice green flag using the Flags JavaScript API. var flag = AP.flag.create({ title: 'Successfully created a flag.', body: 'This is a flag.', type: 'info' }); // Close the flag. flag.close()
1 2
// Display a nice green flag using the Flags JavaScript API. var flag = AP.flag.create({ title: 'Successfully created a flag.', body: 'This is a flag.', type: 'info' }); // Close the flag. flag.close()
Rate this page: